home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
Beyond Compare 3.0.10
/
BCompareSetup.exe
/
{app}
/
BCompare.exe
/
0
/
RCDATA
/
THEXVIEWFRAME
/
THEXVIEWFRAME.txt
Wrap
Text File
|
2008-11-03
|
8KB
|
265 lines
inherited HexViewFrame: THexViewFrame
object InputPanel: TUiPanel [0]
Left = 0
Top = 0
Width = 790
Height = 363
Align = alClient
BevelOuter = bvNone
TabOrder = 0
OnResize = InputPanelResize
object Splitter: TUiSplitter
Left = 393
Top = 0
Height = 363
AutoSnap = False
OnMoved = SplitterMoved
end
object LeftPanel: TUiPanel
Tag = 1
Left = 0
Top = 0
Width = 393
Height = 363
Align = alLeft
BevelOuter = bvLowered
TabOrder = 0
end
object RightPanel: TUiPanel
Tag = 2
Left = 396
Top = 0
Width = 394
Height = 363
Align = alClient
BevelOuter = bvLowered
TabOrder = 1
end
end
inherited JobProgressPanel: TUiPanel
TabOrder = 1
end
inherited MessagePanel: TUiPanel
TabOrder = 2
end
inherited StatusBar: TUiStatusBar
Panels = <
item
Style = psOwnerDraw
Width = 225
Images = BcImages.ContentImages
end
item
Width = 300
end
item
Width = 125
end
item
Width = 50
end>
end
inherited Actions: TUiActionList
object ReportAction: TUiAction
Category = 'Session'
Caption = 'Hex Compare Re&port...'
Hint = 'Hex Compare Report|Produces Hex Compare report.'
ImageIndex = imgReport
OnExecute = ReportExecute
ShortCaption = 'Report'
end
object InfoAction: TUiAction
Category = 'Session'
Caption = 'Hex Compare &Info'
Hint = 'Hex Compare Info|Displays compare statistics.'
ImageIndex = imgInfo
OnExecute = InfoExecute
ShortCaption = 'Info'
end
object DiffItemNextAction: TUiAction
Category = 'Search'
Caption = '&Next Difference Bytes'
Hint = 'Next Difference Bytes|Positions at next difference bytes.'
OnExecute = DiffItemNextExecute
ShortCaption = 'Next Item'
StaticImageIndex = imgDown
end
object DiffItemPrevAction: TUiAction
Category = 'Search'
Caption = '&Previous Difference Bytes'
Hint =
'Previous Difference Bytes|Positions at previous difference bytes' +
'.'
OnExecute = DiffItemPrevExecute
ShortCaption = 'Prev Item'
StaticImageIndex = imgUp
end
object FindAction: TUiAction
Category = 'Search'
Caption = '&Find...'
Hint = 'Find|Finds search string.'
ImageIndex = imgFind
OnExecute = FindExecute
ShortCaption = 'Find'
end
object FindNextAction: TUiAction
Category = 'Search'
Caption = 'Find Next'
Hint = 'Find Next|Finds next occurrence of search string.'
ImageIndex = imgFindNext
OnExecute = FindNextPrevExecute
ShortCaption = 'Next'
end
object FindPrevAction: TUiAction
Category = 'Search'
Caption = 'Find Previous'
Hint = 'Find Previous|Finds previous occurrence of search string.'
ImageIndex = imgFindPrev
OnExecute = FindNextPrevExecute
ShortCaption = 'Prev'
end
object GoToAction: TUiAction
Category = 'Search'
Caption = '&Go To...'
Hint = 'Go To|Positions at specified byte.'
ImageIndex = imgGoTo
OnExecute = GoToExecute
ShortCaption = 'Go To'
end
object GoLeftAction: TUiAction
Category = 'Search'
Caption = 'Go Left'
Hint = 'Go Left|Positions in pane left of selected one.'
OnExecute = GoLeftExecute
ShortCaption = 'Go Left'
end
object GoRightAction: TUiAction
Category = 'Search'
Caption = 'Go Right'
Hint = 'Go Right|Positions in pane right of selected one.'
OnExecute = GoRightExecute
ShortCaption = 'Go Right'
end
object GoNextAction: TUiAction
Category = 'Search'
Caption = 'Go Next'
Hint = 'Go Next|Positions in pane after selected one.'
OnExecute = GoNextExecute
ShortCaption = 'Go Next'
end
object GoPrevAction: TUiAction
Category = 'Search'
Caption = 'Go Prev'
Hint = 'Go Prev|Positions in pane before selected one.'
OnExecute = GoPrevExecute
ShortCaption = 'Go Prev'
end
object FavCompareAllAction: TUiAction
Category = 'Favorites'
Caption = 'Show All'
Hint =
'Show All|Shows same, left orphan, right orphan and difference it' +
'ems.'
ImageIndex = imgFavAll
OnExecute = FavExecute
ShortCaption = 'All'
end
object FavDiffAction: TUiAction
Category = 'Favorites'
Caption = 'Show Differences'
Hint =
'Show Differences|Shows left orphan, right orphan and difference ' +
'items.'
ImageIndex = imgFavDiff
OnExecute = FavExecute
ShortCaption = 'Diffs'
end
object FavSameAction: TUiAction
Category = 'Favorites'
Caption = 'Show Same'
Hint = 'Show Same|Shows same items.'
ImageIndex = imgFavSame
OnExecute = FavExecute
ShortCaption = 'Same'
end
object ItemNumAction: TUiAction
Category = 'View'
Hint = 'Current Byte Address|Shows current byte address.'
OnExecute = ItemNumExecute
end
object LittleEndianAction: TUiAction
Category = 'View'
Caption = 'Little Endian Values'
Hint = 'Little Endian Values|Lists little endian values.'
OnExecute = EndianPopulate
end
object BigEndianAction: TUiAction
Category = 'View'
Caption = 'Big Endian Values'
Hint = 'Big Endian Values|Lists big endian values.'
OnExecute = EndianPopulate
end
object ShowItemNumAction: TUiAction
Category = 'View'
AutoCheck = True
Caption = '&Byte Addresses'
Hint = 'Byte Addresses|Shows or hides byte addresses.'
ImageIndex = imgShowLineNum
OnExecute = ViewStateExecute
ShortCaption = 'Byte #s'
end
object DisplayFontAction: TUiAction
Category = 'View'
Caption = 'Display &Font...'
Hint = 'Display Font|Sets hex font.'
ImageIndex = imgDisplayFont
OnExecute = DisplayFontExecute
ShortCaption = 'Font'
end
object SideBySideAction: TUiAction
Category = 'View'
AutoCheck = True
Caption = 'Side-by-side &Layout'
GroupIndex = 20
Hint = 'Side-by-side Layout|Arranges panes side-by-side.'
ImageIndex = imgSideBySide
OnExecute = OverUnderExecute
ShortCaption = 'Normal'
end
object OverUnderAction: TUiAction
Category = 'View'
AutoCheck = True
Caption = '&Over-under Layout'
GroupIndex = 20
Hint = 'Over-under Layout|Arranges panes above and below each other.'
ImageIndex = imgOverUnder
OnExecute = OverUnderExecute
ShortCaption = 'Stacked'
end
object ShowThumbnailAction: TUiAction
Category = 'View'
AutoCheck = True
Caption = 'Thu&mbnail View'
Hint = 'Thumbnail View|Shows or hides thumbnail view.'
ImageIndex = imgShowThumbnail
OnExecute = ShowThumbnailExecute
ShortCaption = 'Thumb'
end
object HideThumbnailAction: TUiAction
Category = 'Popup'
Caption = 'Hide'
Hint = 'Hide Thumbnail View|Hides thumbnail view.'
OnExecute = ShowThumbnailExecute
end
object ScrollThumbnailAction: TUiAction
Category = 'Popup'
AutoCheck = True
Caption = 'Allow Scrolling'
Hint =
'Allow Thumbnail Scrolling|Allows scrolling of thumbnail view of ' +
'large files, instead of compressing the thumbnail to fit.'
OnExecute = FilePrefsExecute
end
end
end